home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Updaters / PowerKey 3.3.3 Update / Extras / READ ME — Server Restart Option
Text File  |  1997-08-18  |  10KB  |  146 lines

  1. About the Server Restart Option
  2.  
  3.  
  4. The Server Restart Option™ (SRO) enables new capabilities in PowerKey® Pro which make it easier to restart servers after crashes.  An SRO-enabled PowerKey Pro can also monitor a custom application (such as a database or multimedia presentation) via Apple Events, and restart if it fails.  Finally, the SRO enables you to create a log of your Events to let you know when they execute.
  5.  
  6. The SRO is available directly from Sophisticated Circuits, and costs $39.95.  You can order by phone at 1-800-769-3773, by e-mail at sales@sophisticated.com, or by mail at 19017 120th Ave NE, Suite 106, Bothell WA 98011.  You will receive an “activator code” that will allow the SRO to activate these features in your PowerKey Pro.
  7.  
  8. Note:  For e-mail and mail orders, you must include the serial number of your PowerKey Pro.
  9.  
  10.  
  11. ________________________________
  12.  
  13. How to Install
  14.  
  15. 1.  Double-click on the Installer in the “PowerKey®” master disk (or folder, if you downloaded the updater).
  16. 2.  Select “Custom Install” from the pop-up menu at the top left of the installer window.
  17. 3.  Check the “PowerKey Pro 200 Server Restart Option” box.
  18. 4.  Enter your activator code into the dialog box that appears.
  19. 3.  Restart your system normally.
  20.  
  21. Note:  If the “Server Restart Option” item does not appear in the Installer, make sure that a PowerKey Pro unit is connected to the computer, and that the SRO has not already been installed on that unit.  Once a unit has been upgraded, there is no need to ever re-install the SRO.
  22.  
  23. The installer will modify your PowerKey Pro unit to activate the SRO features.  Your unit will retain this ability even if you move it to another computer in the future.
  24.  
  25.  
  26. ________________________________
  27.  
  28. What’s in the SRO
  29.  
  30. New ”When System Crashes” Trigger
  31.  
  32. This Trigger occurs when PowerKey Pro decides that the computer has crashed.  This allows you to create an Event which will automatically restart a computer when it crashes, without having to use a Repeating Trigger.
  33.  
  34. The PowerKey software normally “pings” the hardware every ten seconds.  If the computer crashes, this pinging will stop.  The PowerKey Pro hardware waits a user-settable amount of time, then executes any Event that has this Trigger.
  35.  
  36. You can control how long PowerKey Pro will wait in the Preferences dialog box.  This value can be set to anything between 30 and 1020 seconds on Model 200, and between 30 and 65535 seconds on Model 600.  Do not set this timer too short, or your system may restart during long operations such as spreadsheet recalculations or file copies.
  37.  
  38. In addition, the How Started Qualifier now includes a “System Crash” option which lets you run an Event only if the system was last started by a “When System Crashes” Event.
  39.  
  40.  
  41. New “When Timer Expires” Trigger
  42.  
  43. There is a new “When Timer Expires” Trigger, and an internal “User Timer” for use by a custom application.  This timer is set from AppleScript or via an Apple Event, and immediately starts counting down seconds.  When it reaches 0, any Event with a “When Timer Expires” Trigger will be executed.
  44.  
  45. This feature is useful for kiosks and other systems running custom software.  You can create an Event to restart the computer when the Timer expires, and your software can repeatedly set this value when it runs.  If it stops running for some reason, your computer will automatically restart!
  46.  
  47. If you aren’t running AppleScript due to memory constraints, you can set the timer from a simple Apple Event.  Use the event class ‘PKPr’, the event ID ‘Tick’, and put the timer value (in seconds) into the direct object.
  48.  
  49. Note:  This feature works only in the PowerKey software.  If the computer crashes, no Timer  Events will be executed.  To restart a computer when it crashes, see the section describing the “When System Crashes” Trigger above.
  50.  
  51.  
  52. New “System Running” Qualifier
  53.  
  54. This Qualifier restricts the Trigger to activate only if the computer is (or is not) running normally.
  55.  
  56. If the “is/is not” pop-up menu is set to “is,” the Qualifier is true when the computer is running normally. If it is set to “is not,” the Qualifier is true when the computer is turned off, or if has crashed, or if the PowerKey software is not running.
  57.  
  58. NOTE:  PowerKey Pro will only decide that a computer is not running after the Crash Detection Timer reaches zero. Until then, no Events with a System Is Not Running Qualifier will be executed.
  59.  
  60. TIP:  This Qualifier is primarily useful for making sure Events only run when the computer is crashed. For example, you can create an Event which will restart your computer when the phone rings, but not if it’s running normally.
  61.  
  62.  
  63. New “Add to Log” Action
  64.  
  65. The PowerKey software can now maintain a log file of your Events, which can help you see, for example, when your computer crashes or a phone call was detected.  The new “Add to Log” Action creates a text file in your PowerKey Folder named “PowerKey Log”.  You can write a brief message when you create an “Add to Log” Action, and the PowerKey software will add this message, along with the current date and time, to the PowerKey Log.
  66.  
  67. You can control the maximum size of the PowerKey Log in the “Preferences” dialog box of the PowerKey Editor.  If the file grows larger than this size, the topmost (oldest) entries are removed.
  68.  
  69.  
  70. Miscellaneous Improvements
  71.  
  72. • There is a new “Force Restarts” check box in the Preferences dialog box.  If this box is checked, and the PowerKey software initiates a Restart Action, it now leaves the crash detection timer running.  If the computer crashes during the restart, a “When System Crashes” triggered Event can now force a hardware restart.
  73.  
  74.  
  75. ________________________________
  76.  
  77. Designing a Restart Strategy
  78.  
  79. An SRO-enabled PowerKey Pro gives you a powerful set of tools that can be used in a variety of ways.  The best way to ensure that your system stays up and running is to attack the problem from several fronts.  This appendix describes several example Events that you can mix, match and modify to form a coordinated restart strategy.
  80.  
  81.  
  82. Automatic Restarts
  83.  
  84. Crash Restart
  85. One of the most powerful uses of the SRO is also the simplest.
  86.  
  87.     Trigger:  When System Crashes
  88.     Action:  Restart
  89.  
  90. This Event will cover most situations where the system comes to a complete halt.
  91.  
  92. TIP:  If your server does not run 24 hours a day, you can add a Time Range Qualifier to this Event.
  93.  
  94.  
  95. Restarting after     a Power Failure
  96. To automatically start up your computer after a power    failure, create this Event:
  97.  
  98.     Trigger:  When Power Returns
  99.     Action:  Start Up Computer
  100.  
  101. PowerKey Pro will sense when power returns and automatically start up your computer.
  102.  
  103.  
  104. Telephone Control
  105.  
  106. Restarting with    a Phone Call
  107. There may be times when the system isn’t completely    crashed, but you need to “manually” restart it remotely.  If you have a phone line connected to PowerKey Pro, this Event lets you restart the computer with a phone call.
  108.  
  109.     Trigger:  When Phone Rings
  110.     Action:  Restart
  111.  
  112. Be sure to set the number of rings high, to keep wrong numbers from inadvertently restarting your computer.
  113.  
  114. TIP:  PowerKey Pro also works with the “distinctive ringing” phone service, which can allow you to use the same phone line for remote access and remote restarts.
  115.  
  116. TIP:  If you wish to use a phone call to restart a computer only if it has crashed, you can add a System (Is Not) Running Qualifier to this Event.  This is useful if you share a phone line on a desktop Mac, and don't want to be restarted while your computer is running normally.
  117.  
  118.  
  119. Other Features
  120.  
  121. Dealing with File Sharing
  122. If a user is connected to your computer with File Sharing    when an Event is attempting to shut down or restart it, a dialog box will appear asking when you wish to shut down.  This dialog box will interrupt the shut down process, and utilities like Keep It Up! can’t automatically dismiss it.
  123.  
  124. You can solve this problem by creating an AppleScript™ to turn off File Sharing, and running it from your Events before shutting down or restarting.
  125.  
  126.     tell application "Finder"
  127.         set file sharing to false
  128.     end tell
  129.  
  130. NOTE:  The “Stop File Sharing” AppleScript included with the Mac® OS software will not work for this, since it displays its own dialog box when it runs.
  131.  
  132. To use this AppleScript, save it in the Script Editor as a “compiled script.” Edit any Events that shut down or restart the computer, and place an Execute Script Action before the Shut Down Computer or Restart Actions. It may also be a good idea to place a Wait Action in the middle, to make sure that the script is finished before attempting to shut down or restart.
  133.  
  134.  
  135. Monitoring Custom Applications
  136. Custom applications, such as databases or interactive    presentations, can “ping” the PowerKey software in much the same way that the PowerKey software pings the hardware. You can use the When Timer Expires Trigger to restart the system when your application crashes or otherwise fails to respond.
  137.  
  138. You must design your application to periodically send an Apple Event to the PowerKey software, telling it to set the User Timer to, for example, 300 seconds. When your application stops resetting the User Timer, it will continue counting down. If the User Timer reaches zero, this Event will restart the system. See “Scripting the PowerKey” in the “Extras” folder on the PowerKey Pro master disk for more information on Apple Events and AppleScript.
  139.  
  140.  
  141. ________________________________
  142.  
  143. Copyright ©1997 Sophisticated Circuits, Inc.  All rights reserved.
  144. The files in this package may not be redistributed in any way without express permission from Sophisticated Circuits, Inc.
  145. PowerKey is a registered trademark, and Server Restart Option is a trademark of Sophisticated Circuits, Inc.  Mac and AppleScript are registered trademarks of Apple Computer, Inc.
  146.